home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / prog / atari / c / du_lib / mintpat.c < prev    next >
Text File  |  1995-07-10  |  324b  |  22 lines

  1. /*
  2.   DU_LIB v2
  3.   Gem Window Management & Dialog Library For Lattice C
  4.   ½1994,1995 by Craig Graham.
  5.  
  6.   Based on the DU_LIBv1 Library for HiSoft Basic.
  7. */
  8.  
  9. /*
  10.     Patches to the MiNT-libs so that I can still use the Lattice GEM
  11.     library.
  12. */
  13.  
  14. #ifdef _DULIB_FOR_MINT
  15.  
  16. void _XCEXIT(void)
  17. {
  18.     exit(0);
  19. }
  20.  
  21. #endif
  22.